home *** CD-ROM | disk | FTP | other *** search
/ Resource for Source: C/C++ / Resource for Source - C-C++.iso / codelib9 / v_11_07 / 1107037a < prev    next >
Encoding:
Text File  |  1995-11-01  |  341 b   |  23 lines

  1. /*
  2.    rcs.h
  3.  
  4.    This is the include file for the
  5.    Revision Control System
  6.  
  7.    Dwayne P.
  8.    November 1991
  9. */
  10.  
  11. #include <stdio.h>
  12. #include <string.h>
  13. #include <stdlib.h>
  14. #include <time.h>
  15. #include <ctype.h>
  16. #include <sys\types.h>
  17. #include <sys\stat.h>
  18.  
  19. #define  FIRST_LINE "&^%$#@!\n"
  20. #define  DELIMETER  "!@#$%^&\n"
  21.  
  22.  
  23.